You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRngStream Class > TRngStream Methods > TRngStream.RandomBernoulli Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRngStream.RandomBernoulli Method

Generates an array of integer samples distributed by Bernoulli distribution.

Syntax
C#
Visual Basic
public void RandomBernoulli([In] TMtxVecInt Dst, [In] double p);

Returns random numbers distributed according to the Bernoulli distribution. The number of samples generated is defined with the Dst.Length parameter. Dst is automatically resized to store 32bit integers, if needed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!